home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
povray
/
povmnf.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_303_bounded_by.txt
< prev
next >
Wrap
Text File
|
1994-02-09
|
315b
|
7 lines
// set an outer proposed boundary for parent object(s)
// allows the ray-tracer to do a quick check on the BoundingShape,
// and if outside, it skips checking this object. Note that this
// is not a 100% guaranteed clipping shape... use the
// clipped_by statement for that.
bounded_by { box { -(x+y+z) +(x+y+z) }